github.com/klauspost/compress/huff0.Scratch.dt (field)
7 uses
github.com/klauspost/compress/huff0 (current package)
decompress.go#L131: if len(s.dt.single) != tSize {
decompress.go#L132: s.dt.single = make([]dEntrySingle, tSize)
decompress.go#L161: single := s.dt.single[*rank : *rank+length]
decompress.go#L210: dt: s.dt,
decompress.go#L1096: if s == nil || len(s.dt.single) == 0 {
decompress.go#L1099: dt := s.dt.single[:1<<s.actualTableLog]
huff0.go#L116: dt dTable // decompression table
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |